@charset "UTF-8";
@font-face {
  font-family: "regular";
  src: url(../fonts/SOURCEHANSANSCN-REGULAR.OTF);
}
@font-face {
  font-family: "medium";
  src: url(../fonts/AkzidenzGrotesk-Medium.otf);
}
@font-face {
  font-family: "medium2";
  src: url(../fonts/SOURCEHANSANSCN-MEDIUM.OTF);
}
@font-face {
  font-family: "zhs";
  src: url(../fonts/张海山锐线体2.0.ttf);
}



.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.wrap2,.container, .wrap, .index-container, .foot-container, .drop-container {
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .wrap2,.wrap, .container, .foot-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .wrap2,.wrap, .container, .foot-container,.index-container {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .wrap2,.wrap, .container, .foot-container,.index-container {
    width: 1200px;
  }
}

@media (min-width: 1460px) {
  .wrap2,.foot-container,.container, .index-container {
    width: 1400px;
  }
}

@media (min-width: 1680px) {
  
  /* 首页内容区 */
  .wrap2,
  .foot-container {
    width: 1600px;
  }
  /* 底部 */
  .container {
    width: 1600px;
  }
  /* 头部 */
  .index-container {
    width: 1600px;
  }
  .wrap{
    width: 1400px;
  }
}

.header {
  z-index: 1000;
  /* position: fixed; */
  top: -100px;
  height: 100px;
  width: 100%;
  /* border-bottom: solid 3px rgb(255, 154, 19); */
  background: rgba(255,255,255,0);
  transition: all .5s;
}

.header2 {
  top: 0;
}

/* .header.white{background: rgba(0,0,0,0.8);border-color: rgba(0,0,0,0.1);}
.header:hover{background: rgba(0,0,0,0.8);border-color: rgba(0,0,0,0.1);} */

/*===============下拉==============*/

.header .logo {
  width: 220px;
  height: 42px;
  margin: 27.5px 0;
  float: right;
  position: relative;
}
.header_2 .logo{
  float: left;
}
.header_2 .cd{
  float: right;
  margin-top: 38px;
}
.header_2 .cd div{
  width: 32px;
  height: 2px;
  background: rgb(102,102,102);
  margin-top: 9px;
}
.header_2{
  background: #fff;
}
.header_2 .cd div:nth-child(1){
  margin-top: 0;
}
.header .logo img{
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  /* animation: log 5s linear; */
}
@keyframes log{
  0%,100%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
}

.navbar {
  float: left;
  display: none;
}
.header_2 .navbar{
  float: right;
  margin-right: 70px;
}

.navbar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-item {
  float: left;
  padding: 30px 30px;
  position: relative;
}

/* .category-item-single {
  position: relative;
} */

/* .category-a {
  font-family: "regular";
  padding: 0 0;
  display: block;
  font-size: 18px;
  line-height: 100px;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
} */
.category-a p{
  font-family: "regular";
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.header_2 .category-a p{
  color: #333;
}
.category-a p:nth-child(2){
  opacity: 0.6;
  font-size: 14px;
}
.header_2 .category-a p:nth-child(2){
  color: #666;
}
.active .category-a p{
  color: #ffcc00;
}
.header_2 .active .category-a p{
  color: #ffcc00;
}

.category-a:hover p{
  color: #ffcc00;
}
.nav-list .P_parent:hover> .cate-item a{
  color: #ffcc00;
}
.header_2 .category-a:hover p{
  color: #ffcc00;
}



/* .category-a::after{content: '';width:0;height: 2px;background: #0060e7;position: absolute;bottom: 0;left:50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;} */

.category-item.active .category-a::after, .category-item:hover .category-a::after {
  width: 100%;
}

.category-item.active .category-a, .category-item:hover .category-a {
  color: #ffcc00;
}

.dropdown-menu.single {
  width: 200%;
  position: absolute;
  top: 97%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1100;
  background: rgb(245, 244, 244);
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height .8s;
  -o-transition: max-height .8s;
  transition: max-height .8s;
  border: none;
  color: #303233;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 0;
  display: block;
}

.xcdh {
  width: 1260px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 2%;
}

.dropdown-menu.single .xc_p {
  text-align: center;
  width: 25%;
  float: left;
  cursor: pointer;
}

.dropdown-menu.single .xc_p span {
  font-family: "regular";
  font-size: 20px;
  color: #666;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown-menu.single .on span {
  color: #ff9a13;
  border-bottom: 2px solid #ff9a13;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.zsq1 {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 50px;
  display: none;
}

.zsq2 {
  display: block;
}

.zsq1 div {
  width: 33%;
  height: 240px;
  position: relative;
  float: left;
  transition: all .5s;
}

.zsq1 div img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-menu.single .zsq1 div p {
  width: 100%;
  font-size: 24px;
  color: #fff;
  opacity: 0;
  font-family: "regular";
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0%);
  transition: all .5s;
}

.zsq1 div:hover {
  background: rgb(255, 255, 255);
  /* box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3); */
}

.dropdown-menu.single .zsq1 div:hover>a p {
  color: #333;
  opacity: 1;
}

.category-item:hover .dropdown-menu.single {
  max-height: 625px;
  opacity: 1;
}

.zsq1 {
  max-height: 585px;
  overflow-y: auto;
}

.zsq1::-webkit-scrollbar {
  width: 3px;
  background-color: #ff9a13;
  border-radius: 50px;
}

.zsq1::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: #999999
}

.zsq1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #ff9a13;
}

.nav-language {
  width: 118px;
  height: 34px;
  border-radius: 17px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 1px solid rgba(119, 119, 119, 0.6);
  float: right;
  margin-top: 34px;
  padding: 0 22px;
}

.nav-language span {
  display: block;
  position: relative;
}

.icon-down {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-language a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lan-box {
  display: none;
}

.lan-box a {
  display: block;
  border-bottom: 1px solid #fff;
}

.nav-language span:hover a, .nav-language span:hover .icon-down {
  color: #ff9a13;
}

.lan-box a:hover {
  color: #ff9a13;
}

.ss {
  float: right;
  padding: 39px 0;
}


.category-item .two{
  width: 150%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);

  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .5s;
  overflow: hidden;
  z-index: 10000;
}
.category-item:hover>.two{
  opacity: 1;
  max-height: 1000px;
  overflow: visible;
}
.category-item .two a{
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 45px;
  background: rgb(247, 247, 247);
  display: block;
  transition: all .5s;
}
.category-item .two a:hover{
  background: #ffcc00;
  color: #fff;
}





/*app-头部*/

.header-app {
  background: #666;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 500;
  -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
  height: 100%;
  background: #999;
  -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
  height: 60px;
  text-align: center;
}

.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 10px 15px;
}

.header-app .logo img {
  height: 100%;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 15px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #ff9a13;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-list li {
  border-bottom: 1px solid #fff;
  opacity: 0;
  pointer-events: none;
}

.nav-list li.open {
  border-bottom: none;
}

.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
  position: relative;
}

.cate-item a {
  font-family: "regular";
  font-size: 16px;
  line-height: 48px;
  margin-right: 60px;
  display: block;
  color: #fff;
}

.nav-list li.active .cate-item a, .nav-list li.open .cate-item a {
  color: #ff9a13
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #ff9a13;
}

.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.category-tig::before, .category-tig::after {
  content: '';
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}

.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}

.nav-list li.open .category-tig::after {
  opacity: 0;
}

.nav-list li.open .category-tig::before {
  background: #ff9a13;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #424242;
  border-bottom: solid 1px #424242;
}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  font-family: "regular";
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #424242;
  display: block;
  color: #fff;
}

.category-pad a.on {
  color: #ff9a13;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
}

.lan-box-app a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.lan-box-app a:hover, .lan-box-app a.on {
  color: #ff9a13;
}

.lan-box-app a:last-child:after {
  display: none;
}

/**/

.foot {
  display: none;
  background-color: rgb(216,216,216);
}

.foot a {
  transition: all 0.3s;
}

.foot-top {
  padding: 0px 0 65px;
}
.foot-tbot {
  position: relative;
  padding-top: 70px;
}

.foot-tbot .lef {
  width: 730px;
  float: left;
}

.foot-tbot .lef a {
  font-family: "regular";
  display: block;
  float: left;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  margin-left: 43px;
}
.foot-tbot .lef a:nth-child(1){
  margin-left: 0;
}

.foot-tbot .lef a:hover {
  color: #0089d5;
}
.foot-tbot2{
  padding-bottom: 7px;
}
.foot-tbot2 .lef{
  float: left;
  padding-top: 33px;
}
.foot-tbot2 .lef p{
  font-size: 14px;
  color: #666;
  font-family: "regular";
  margin-bottom: 10px;
}
.foot-tbot2 .lef p img{
  margin-right: 12px;
}
.foot-tbot2 .lef .p1{
  margin-top: 27px;
  margin-bottom: 0;
}
.foot-tbot2 .lef .p1 a:nth-child(1){
  margin-right: 40px;
}
.foot-tbot2 .lef .p1 a:nth-child(2){
  margin-right: 20px;
  position: relative;
}
.foot-tbot2 .lef .p1 a:nth-child(2)::before{
  content: '';
  width: 2px;
  height: 15px;
  position: absolute;
  top: 0;
  right: -15px;
  background: #888;
}
.foot-tbot2 .lef .p1 a:hover{
  color: #000;
}

.foot-tbot2 .rig{
  width: 280px;
  float: right;
}
.foot-tbot2 .rig div{
  float: right;
}
.foot-tbot2 .rig div:nth-child(1){
  float: left;
}
.foot-tbot2 .rig p{
  font-family: "regular";
  font-size: 14px;
  color: #444;
  text-align: center;
  padding-top: 20px;
}



/*app-底部*/

.foot-app {
  width: 100%;
  display: none;
  background: #111;
  /* padding: 20px 0 40px; */
}

.footer-menu {
  padding: 0 15px;
}

.footer-link {
  font-family: "regular";
  padding-top: 15px;
  color: #777;
  font-size: 14px;
  text-align: center;
}

.footer-link a {
  font-family: "regular";
  font-size: 14px;
  color: #777;
  line-height: 24px;
}

.footer-tit {
  position: relative;
  border-bottom: 1px solid #333;
}

.footer-tit.on>a {
  color: #0060e7;
}

.footer-tit a {
  font-size: 16px;
  color: #777;
  line-height: 48px;
  margin-right: 48px;
  display: block;
  transition: all 0.4s;
}

.footer-tig {
  font-size: 14px;
  color: #777;
  text-align: right;
  line-height: 48px;
  width: 20px;
  height: 48px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 2;
}

.footer-tig::before, .footer-tig::after {
  content: '';
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  transition: all .3s;
  left: 50%;
}

.footer-tig::before {
  width: 18px;
  height: 2px;
  margin-left: -8px;
}

.footer-tig::after {
  width: 2px;
  height: 18px;
  margin-top: -8px;
}

.footer-tit.on .footer-tig::after {
  opacity: 0;
}

.footer-tit.on .footer-tig::before {
  background: #0060e7;
}

.footer-cont {
  display: none;
  padding: 0 15px 15px;
}

.footer-cont a {
  font-size: 14px;
  line-height: 24px;
}

.footer-tit.on .footer-cont a.on {
  color: #0060e7;
}

.footer-bot {
  padding: 20px 15px;
}

.footer-bot p a {
  margin-left: 20px;
}

.footer-bot p.p2 {
  margin-top: 10px;
}

.footer-bot p, .footer-bot p a {
  color: #777;
  font-size: 13px;
  text-align: center;
  font-family: "regular";
}

.footer-bot .tel {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-bot .tel span {
  color: #777;
  display: inline-block;
  font-size: 18px;
  font-family: DINM;
  margin-left: 10px;
}

/* banner */

@media (max-width: 1680px) {}

@media (max-width: 1519px) {
  .navbar {
    margin-left: 70px;
  }
  .category-item {
    padding: 30px 25px;
}
}

@media (max-width: 1459px) {
  .category-a {
    padding: 0;
  }
  .category-item {
    padding: 30px 20px;
  }
}

@media (max-width: 1259px) {
  .navbar {
    margin-left: 25px;
  }
  .category-item {
    padding: 30px 12px;
  }
  .foot-tbot dl {
    margin-right: 3%;
  }
  .foot-nav a {
    margin-right: 33px;
  }
}

@media (max-width: 991px) {
    .header{
      display: none;
    }
    .header-app{
      display: block;
    }
    .section{
      display: none;
    }
    .foot-app{
      display: block;
    }
}

@media (max-width: 767px) {
  .wrap2,.wrap,.foot-container {
    padding: 0 15px;
  }
}
